home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / init.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  440 b   |  12 lines

  1. void main DCLPROTO((int argc,char **argv,char **envp));
  2. void loop DCLPROTO((int toplevel));
  3. void setflags DCLPROTO((const char *zshname));
  4. void parseargs DCLPROTO((char **argv));
  5. void setmoreflags DCLPROTO((void));
  6. void setupvals DCLPROTO((const char *zshname));
  7. void compctlsetup DCLPROTO((void));
  8. void initialize DCLPROTO((void));
  9. void addreswords DCLPROTO((void));
  10. void runscripts DCLPROTO((char *zshname));
  11. void ainit DCLPROTO((void));
  12.